@@ -1,19 +1,8 @@  | 
            ||
| 1 | 
                -@font-face {
               | 
            |
| 2 | 
                - font-family: 'Orbitron';  | 
            |
| 3 | 
                - font-style: normal;  | 
            |
| 4 | 
                - font-weight: 400;  | 
            |
| 5 | 
                -  src: local('Orbitron'), url('/fonts/orbitron_medium') format('opentype');
               | 
            |
| 6 | 
                -}  | 
            |
| 7 | 
                -  | 
            |
| 8 | 
                -  | 
            |
| 9 | 1 | 
                 body {
               | 
            
| 10 | 
                - font-family: 'Orbitron', sans-serif;  | 
            |
| 11 | 2 | 
                font-size: 14px;  | 
            
| 12 | 3 | 
                background: #dedede;  | 
            
| 13 | 4 | 
                }  | 
            
| 14 | 5 | 
                 | 
            
| 15 | 
                -  | 
            |
| 16 | 
                -  | 
            |
| 17 | 6 | 
                 p {
               | 
            
| 18 | 7 | 
                margin: 0;  | 
            
| 19 | 8 | 
                }  |